7ddf45bdb18260e122da6fe90dd2a1a270a2ee0d,opennms-webapp/src/test/java/org/opennms/web/svclayer/support/DefaultDistributedStatusServiceTest.java,DefaultDistributedStatusServiceTest,runTestCreateStatusNoLocationMonitor,#,247

Before Change


        replayEverything();
        try {
            SimpleWebTable table =
                m_service.createStatusTable(m_locationDefinition3.getName(),
                                            m_application2.getName());
        } catch (Throwable t) {
            ta.throwableReceived(t);
        }

After Change


            new DistributedStatusDetailsCommand();
        Errors errors = new BindException(command, "command");

        command.setLocation(m_locationDefinition3.getName());
        command.setApplication(m_application2.getName());

        resetEverything();